{ "version": 4, "terraform_version": "1.6.2", "serial": 179, "lineage": "b30373b0-f36e-9724-5a10-f83c7b436a72", "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-2a72d99c0c9902d6d", "ami": "ami-7b867ce3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-20ce7316"], "subnet_id": "subnet-dbc294d4", "key_name": "prod-deploy-key" } } ] } ] }