{ "version": 4, "terraform_version": "1.6.7", "serial": 158, "lineage": "90d4e511-c0c8-a76c-376a-219a2e6ccbd1", "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-92432e93d22a5a0a0", "ami": "ami-b962b427", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ac6a8cd0"], "subnet_id": "subnet-7f0d2c00", "key_name": "prod-deploy-key" } } ] } ] }