{ "version": 4, "terraform_version": "1.8.3", "serial": 427, "lineage": "f3412ef6-02d5-3e19-5e40-9366f02a85c3", "outputs": { "db_endpoint": { "value": "db-4.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-3aba4b76046f2a102", "ami": "ami-41164ab5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c6e99429"], "subnet_id": "subnet-3d8d3bad", "key_name": "prod-deploy-key" } } ] } ] }