{ "version": 4, "terraform_version": "1.5.7", "serial": 498, "lineage": "0b98b49f-ddb2-6db6-7153-cc1715cc312c", "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-2f635ee2a7cdc40cd", "ami": "ami-80cc0cd7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2a396ccb"], "subnet_id": "subnet-03210983", "key_name": "prod-deploy-key" } } ] } ] }