{ "version": 4, "terraform_version": "1.5.0", "serial": 150, "lineage": "93eb0e75-7143-a7f9-ad52-aa19edcf2d6d", "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-a9a635c4c34dc6a35", "ami": "ami-0dfb800b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5ac13d24"], "subnet_id": "subnet-51cc190d", "key_name": "prod-deploy-key" } } ] } ] }