{ "version": 4, "terraform_version": "1.5.5", "serial": 477, "lineage": "81f14a7e-2630-2276-2845-e8af86f51cf1", "outputs": { "db_endpoint": { "value": "db-3.eu-west-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-0160be2ae16cc5850", "ami": "ami-1a4e3972", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0d93c604"], "subnet_id": "subnet-76f51523", "key_name": "prod-deploy-key" } } ] } ] }