{ "version": 4, "terraform_version": "1.6.9", "serial": 141, "lineage": "047d41ba-65f9-4481-539f-13a60cdd68fc", "outputs": { "db_endpoint": { "value": "db-3.us-east-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-b7f06611360d0b0c2", "ami": "ami-a1eef578", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-41bf6990"], "subnet_id": "subnet-1fed3ece", "key_name": "prod-deploy-key" } } ] } ] }