{ "version": 4, "terraform_version": "1.5.6", "serial": 512, "lineage": "5f0082e6-f93a-ea69-4b81-02339a61b3e5", "outputs": { "db_endpoint": { "value": "db-3.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-3b8b93893cd79f5b5", "ami": "ami-d169354c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9286ab4c"], "subnet_id": "subnet-4f20c768", "key_name": "prod-deploy-key" } } ] } ] }