{ "version": 4, "terraform_version": "1.8.1", "serial": 292, "lineage": "4d8ec2d0-e8a1-454e-43c5-f6209da4619d", "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-d6eca5f5415f46cbf", "ami": "ami-c883c218", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ad0626c6"], "subnet_id": "subnet-bae24071", "key_name": "prod-deploy-key" } } ] } ] }