{ "version": 4, "terraform_version": "1.8.1", "serial": 454, "lineage": "b820b3dc-72d0-7a35-898e-0bbee044f162", "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-0ef81c417e9774923", "ami": "ami-00353b39", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2da7cdc6"], "subnet_id": "subnet-d88e6190", "key_name": "prod-deploy-key" } } ] } ] }