{ "version": 4, "terraform_version": "1.7.8", "serial": 360, "lineage": "f1cab393-e7c2-bdb3-a617-a22f4dd57426", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-6996f7b1d3b9a440c", "ami": "ami-ad15b2b1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4d06d160"], "subnet_id": "subnet-059ddb86", "key_name": "prod-deploy-key" } } ] } ] }