{ "version": 4, "terraform_version": "1.6.0", "serial": 234, "lineage": "b52d17b3-f8c4-2a83-ffc1-b49e214e3463", "outputs": { "db_endpoint": { "value": "db-4.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-ff33ed5e5a95addee", "ami": "ami-debf1d4f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-cd8d9dda"], "subnet_id": "subnet-7cc8dd68", "key_name": "prod-deploy-key" } } ] } ] }