{ "version": 4, "terraform_version": "1.7.5", "serial": 386, "lineage": "5cefc906-9faa-c338-d733-e0e19411b42b", "outputs": { "db_endpoint": { "value": "db-2.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-0bbf42c16df325506", "ami": "ami-858fe358", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-64c22939"], "subnet_id": "subnet-464a1cb1", "key_name": "prod-deploy-key" } } ] } ] }