{ "version": 4, "terraform_version": "1.6.7", "serial": 560, "lineage": "0ec87368-6ddf-a21a-0725-180182ef7f2d", "outputs": { "db_endpoint": { "value": "db-1.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-80f493b2a8ae0addb", "ami": "ami-1473654b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1649c3eb"], "subnet_id": "subnet-f302254b", "key_name": "prod-deploy-key" } } ] } ] }