{ "version": 4, "terraform_version": "1.5.7", "serial": 540, "lineage": "98c16847-4115-c3d3-39fa-954365ce3072", "outputs": { "db_endpoint": { "value": "db-4.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-657ac00cb10eb8cc9", "ami": "ami-3c33ee25", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-debdf4a0"], "subnet_id": "subnet-454d2e01", "key_name": "prod-deploy-key" } } ] } ] }