{ "version": 4, "terraform_version": "1.7.5", "serial": 117, "lineage": "a4ac1a9e-ecf7-7788-490c-93885f54d9a8", "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-11dfe7eaba741fd13", "ami": "ami-065c41a0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-df94ba8b"], "subnet_id": "subnet-60ff2d49", "key_name": "prod-deploy-key" } } ] } ] }