{ "version": 4, "terraform_version": "1.6.6", "serial": 154, "lineage": "8d0bee75-da56-c2fc-264b-9984321d3479", "outputs": { "db_endpoint": { "value": "db-4.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-66d83996430cd5427", "ami": "ami-8f3120c4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d2c0697f"], "subnet_id": "subnet-27958338", "key_name": "prod-deploy-key" } } ] } ] }