{ "version": 4, "terraform_version": "1.7.1", "serial": 420, "lineage": "151051a8-df59-9779-019a-2aeb2280a07c", "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-ca4c09a17f4dd59ee", "ami": "ami-3cd5a6d9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-922e1015"], "subnet_id": "subnet-ac8a2e55", "key_name": "prod-deploy-key" } } ] } ] }