{ "version": 4, "terraform_version": "1.7.0", "serial": 384, "lineage": "99403eb6-8fe7-005c-1d02-ad0606875f69", "outputs": { "db_endpoint": { "value": "db-4.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-9a0e6a97b5eff46bb", "ami": "ami-79d87c79", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6190a8f3"], "subnet_id": "subnet-c0f7a312", "key_name": "prod-deploy-key" } } ] } ] }