{ "version": 4, "terraform_version": "1.8.9", "serial": 395, "lineage": "ba788547-758b-9013-66c4-c32949a2264f", "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-7a5ddd4a5a6efe3e9", "ami": "ami-fa560130", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9c8df906"], "subnet_id": "subnet-e2f7c5e5", "key_name": "prod-deploy-key" } } ] } ] }