{ "version": 4, "terraform_version": "1.6.0", "serial": 329, "lineage": "84bf366f-5d45-57f0-4275-716c49d53089", "outputs": { "db_endpoint": { "value": "db-0.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-f26799cd15c4fa1b0", "ami": "ami-1e704850", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4deda24a"], "subnet_id": "subnet-ef317943", "key_name": "prod-deploy-key" } } ] } ] }