{ "version": 4, "terraform_version": "1.7.5", "serial": 173, "lineage": "d74913d4-00f3-0272-174c-0b75d2448d58", "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-9f9165313afaefc25", "ami": "ami-9807b595", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2305a989"], "subnet_id": "subnet-31a11a1b", "key_name": "prod-deploy-key" } } ] } ] }