{ "version": 4, "terraform_version": "1.5.3", "serial": 496, "lineage": "44531987-a77d-e6d1-b3da-b9c157eaf00e", "outputs": { "db_endpoint": { "value": "db-2.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-83e7e112456c36b58", "ami": "ami-dbe54f23", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a1af6b73"], "subnet_id": "subnet-18782932", "key_name": "prod-deploy-key" } } ] } ] }