{ "version": 4, "terraform_version": "1.8.8", "serial": 204, "lineage": "b36db49c-6411-57b8-b131-8d299342c127", "outputs": { "db_endpoint": { "value": "db-3.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-f399bef658da7b6b9", "ami": "ami-ee4c7405", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d59eb268"], "subnet_id": "subnet-dfa7281e", "key_name": "prod-deploy-key" } } ] } ] }