{ "version": 4, "terraform_version": "1.6.0", "serial": 116, "lineage": "6ea2775a-f780-6878-f806-1125ef72ea1c", "outputs": { "db_endpoint": { "value": "db-0.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-d9bf426afad135448", "ami": "ami-266a2a12", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c735a635"], "subnet_id": "subnet-ee8d9d55", "key_name": "prod-deploy-key" } } ] } ] }