{ "version": 4, "terraform_version": "1.7.6", "serial": 173, "lineage": "e94a1d6d-6dcc-9307-bfd7-8d169da0cf55", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-6b58fd5dc70f0f6a1", "ami": "ami-0c2afe0b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4ffce9b1"], "subnet_id": "subnet-69981658", "key_name": "prod-deploy-key" } } ] } ] }