{ "version": 4, "terraform_version": "1.8.6", "serial": 336, "lineage": "c58eb9dc-5231-0db3-1ff6-caf68d5122f1", "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-93505458d575257fc", "ami": "ami-ddf7bb37", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f7edc275"], "subnet_id": "subnet-2f5a196d", "key_name": "prod-deploy-key" } } ] } ] }