{ "version": 4, "terraform_version": "1.6.3", "serial": 316, "lineage": "6d00b48b-165d-dbca-457f-f423451a2fd0", "outputs": { "db_endpoint": { "value": "db-1.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-319d992557babb8d5", "ami": "ami-9ff42183", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4d9030a4"], "subnet_id": "subnet-d49a770a", "key_name": "prod-deploy-key" } } ] } ] }