{ "version": 4, "terraform_version": "1.5.8", "serial": 355, "lineage": "05421b78-8ed3-1384-f46d-be2e10beb51c", "outputs": { "db_endpoint": { "value": "db-1.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-7ecfda789ae9aa072", "ami": "ami-8b9e1731", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-80bd2489"], "subnet_id": "subnet-9808cb60", "key_name": "prod-deploy-key" } } ] } ] }