{ "version": 4, "terraform_version": "1.6.7", "serial": 241, "lineage": "9800944b-300c-b2a6-4524-88fe1539219d", "outputs": { "db_endpoint": { "value": "db-4.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-0d7dd680f52e4861f", "ami": "ami-77540197", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-362737ca"], "subnet_id": "subnet-ce5f0db8", "key_name": "prod-deploy-key" } } ] } ] }