{ "version": 4, "terraform_version": "1.8.7", "serial": 103, "lineage": "d5e4be14-5e4e-3faa-5cf5-7134e8f7d85e", "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-df64c8e49dcb1028f", "ami": "ami-9a658ed3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-34cadcf8"], "subnet_id": "subnet-3579ae9c", "key_name": "prod-deploy-key" } } ] } ] }