{ "version": 4, "terraform_version": "1.5.6", "serial": 581, "lineage": "6403d6b8-28e2-d58f-b51b-494f3831fb60", "outputs": { "db_endpoint": { "value": "db-1.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-3a3b445e1687a9c7c", "ami": "ami-46da880a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f58b3f6e"], "subnet_id": "subnet-92c4cf2c", "key_name": "prod-deploy-key" } } ] } ] }