{ "version": 4, "terraform_version": "1.6.9", "serial": 132, "lineage": "53737eb9-8441-53ec-d394-ab8f3c43ab59", "outputs": { "db_endpoint": { "value": "db-1.eu-west-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-c58c94695ad22417d", "ami": "ami-7c2a4a02", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-922a8dc3"], "subnet_id": "subnet-8a2d4c12", "key_name": "prod-deploy-key" } } ] } ] }