{ "version": 4, "terraform_version": "1.7.5", "serial": 336, "lineage": "e20f3316-9459-217b-9166-4a7cb815a160", "outputs": { "db_endpoint": { "value": "db-3.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-60490e951b46284e7", "ami": "ami-08582738", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fc5003f7"], "subnet_id": "subnet-710ddd2e", "key_name": "prod-deploy-key" } } ] } ] }