{ "version": 4, "terraform_version": "1.5.4", "serial": 412, "lineage": "ed63201f-76d3-c4af-ae99-cfbd94d37691", "outputs": { "db_endpoint": { "value": "db-3.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-1c7ee0a30dc03b038", "ami": "ami-46f7a716", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-75a675d0"], "subnet_id": "subnet-6f3507db", "key_name": "prod-deploy-key" } } ] } ] }