{ "version": 4, "terraform_version": "1.7.0", "serial": 440, "lineage": "aadfea29-3f75-4170-77f8-89c855d25799", "outputs": { "db_endpoint": { "value": "db-0.us-east-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-a3a8f38ae3d7cf9db", "ami": "ami-c02d34e7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-884c802f"], "subnet_id": "subnet-bb87c6bf", "key_name": "prod-deploy-key" } } ] } ] }