{ "version": 4, "terraform_version": "1.5.9", "serial": 241, "lineage": "23e97c58-902e-0778-2764-4c9a9ee3e826", "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-6ba9fa5b0d8a6b68b", "ami": "ami-45269c06", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3ab5856e"], "subnet_id": "subnet-c1d496d5", "key_name": "prod-deploy-key" } } ] } ] }