{ "version": 4, "terraform_version": "1.8.9", "serial": 548, "lineage": "4ed8e40a-0312-c892-9634-a8a884c87104", "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-484ea72e162b91421", "ami": "ami-343baad9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d8c99fd4"], "subnet_id": "subnet-db86aa7a", "key_name": "prod-deploy-key" } } ] } ] }