{ "version": 4, "terraform_version": "1.7.9", "serial": 359, "lineage": "97cfd906-0441-d065-4e96-9821c3118033", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-f5bc43d65e8fad88e", "ami": "ami-55d1009f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-182c53e7"], "subnet_id": "subnet-f370ffbf", "key_name": "prod-deploy-key" } } ] } ] }