{ "version": 4, "terraform_version": "1.5.7", "serial": 565, "lineage": "5b264dde-4e31-1e4e-28b8-5ea5a62477de", "outputs": { "db_endpoint": { "value": "db-1.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-9ae69e10ddd3c9c0a", "ami": "ami-ade9b6d2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c8b5fd9b"], "subnet_id": "subnet-a07fbd91", "key_name": "prod-deploy-key" } } ] } ] }