{ "version": 4, "terraform_version": "1.5.6", "serial": 530, "lineage": "d2b00489-7b31-e14d-411a-f5894b487fa8", "outputs": { "db_endpoint": { "value": "db-2.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-621e6ce0416d8f0a4", "ami": "ami-253a4bf9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-19c65373"], "subnet_id": "subnet-57756d8e", "key_name": "prod-deploy-key" } } ] } ] }