{ "version": 4, "terraform_version": "1.6.2", "serial": 103, "lineage": "1545a3f3-ac0a-f2d3-419c-2dc4497e42d0", "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-7716c6041e9c07cc6", "ami": "ami-c72456e4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9301ee27"], "subnet_id": "subnet-0f3c1e8e", "key_name": "prod-deploy-key" } } ] } ] }