{ "version": 4, "terraform_version": "1.6.3", "serial": 314, "lineage": "10cedfa7-e3d4-8ec8-05b5-725e4706bee0", "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-5fbf6f038708d28c0", "ami": "ami-3f24ed88", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ca474dd6"], "subnet_id": "subnet-09681ad0", "key_name": "prod-deploy-key" } } ] } ] }