{ "version": 4, "terraform_version": "1.8.3", "serial": 185, "lineage": "2ced20bc-c960-bca1-c7eb-30493ca130a4", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-7a160655ba0190eda", "ami": "ami-48f49ad4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-01a7d37d"], "subnet_id": "subnet-b875c058", "key_name": "prod-deploy-key" } } ] } ] }