{ "version": 4, "terraform_version": "1.7.7", "serial": 472, "lineage": "6af7b5e6-f150-23a2-1d96-457de6e3384e", "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-8575835b106ea0589", "ami": "ami-5c694a0e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-43156245"], "subnet_id": "subnet-d42e4ede", "key_name": "prod-deploy-key" } } ] } ] }