{ "version": 4, "terraform_version": "1.6.0", "serial": 177, "lineage": "9e80ac8e-bfc9-1daf-d926-04959d396c9c", "outputs": { "db_endpoint": { "value": "db-2.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-89e2b23a24176a5aa", "ami": "ami-3d9e7aad", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c589eeae"], "subnet_id": "subnet-fb6d9a59", "key_name": "prod-deploy-key" } } ] } ] }