{ "version": 4, "terraform_version": "1.5.1", "serial": 198, "lineage": "4148efa8-a4a3-1b40-1833-e4f889ca10c4", "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-4ad506a36e1d08d7e", "ami": "ami-b264932e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-37357578"], "subnet_id": "subnet-a1bc0153", "key_name": "prod-deploy-key" } } ] } ] }