{ "version": 4, "terraform_version": "1.7.2", "serial": 262, "lineage": "1cc04b07-28b8-bb24-1f22-d3cdfda6bddd", "outputs": { "db_endpoint": { "value": "db-0.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-1b14f74ed01a8581b", "ami": "ami-1148733a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8b6832a9"], "subnet_id": "subnet-903f98b3", "key_name": "prod-deploy-key" } } ] } ] }