{ "version": 4, "terraform_version": "1.5.2", "serial": 592, "lineage": "8e2d8451-634f-f64c-857c-28aacb3ac43c", "outputs": { "db_endpoint": { "value": "db-3.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-78ae59346ae028b02", "ami": "ami-c7c02436", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-43724130"], "subnet_id": "subnet-bd796b33", "key_name": "prod-deploy-key" } } ] } ] }