{ "version": 4, "terraform_version": "1.8.2", "serial": 452, "lineage": "7516bba8-23ee-3804-6123-dc4649877ce3", "outputs": { "db_endpoint": { "value": "db-2.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-60466b34b2f18cba5", "ami": "ami-bb698c6a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f96b74c6"], "subnet_id": "subnet-3bbd8d2c", "key_name": "prod-deploy-key" } } ] } ] }