{ "version": 4, "terraform_version": "1.5.9", "serial": 213, "lineage": "dd2994e4-36f2-4e8e-16b3-0399550c1059", "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-611cbe6f45070f4d3", "ami": "ami-90d2f7d0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-407cc1fc"], "subnet_id": "subnet-c0d84805", "key_name": "prod-deploy-key" } } ] } ] }