{ "version": 4, "terraform_version": "1.5.1", "serial": 408, "lineage": "a9c3d0e8-48f1-9a60-70bd-8b2eb8101c09", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-08a5c063848ce1c65", "ami": "ami-295e36e8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-30bda595"], "subnet_id": "subnet-19b66ed1", "key_name": "prod-deploy-key" } } ] } ] }