{ "version": 4, "terraform_version": "1.6.0", "serial": 219, "lineage": "735fca40-d853-9e97-4e64-bdcb2a8423b0", "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-5e7131415cd024b7c", "ami": "ami-e29c6638", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-89cc115b"], "subnet_id": "subnet-7dd7b0fa", "key_name": "prod-deploy-key" } } ] } ] }