{ "version": 4, "terraform_version": "1.6.1", "serial": 413, "lineage": "4c885494-de66-2df4-e136-cba4c816d9ac", "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-968311f28f706911e", "ami": "ami-207d6303", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4c730dba"], "subnet_id": "subnet-dbe50662", "key_name": "prod-deploy-key" } } ] } ] }