{ "version": 4, "terraform_version": "1.8.3", "serial": 242, "lineage": "dae2491e-7f4d-cd3a-b426-26aba1d6b6c7", "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-ad44956dd68ee7606", "ami": "ami-ed0f8652", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c4233d02"], "subnet_id": "subnet-0f91618b", "key_name": "prod-deploy-key" } } ] } ] }