{ "version": 4, "terraform_version": "1.7.1", "serial": 116, "lineage": "4fb7342a-02fe-d556-7376-4247fe4f24a2", "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-6b3474228620de95d", "ami": "ami-4a280da3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ea0652b4"], "subnet_id": "subnet-69dcb102", "key_name": "prod-deploy-key" } } ] } ] }