{ "version": 4, "terraform_version": "1.8.8", "serial": 335, "lineage": "95776e62-d8d8-8a19-34dc-f2bf4df285ea", "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-45da3b236c6107a58", "ami": "ami-b61a48d4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fa3146d1"], "subnet_id": "subnet-2e6c11b8", "key_name": "prod-deploy-key" } } ] } ] }