{ "version": 4, "terraform_version": "1.7.9", "serial": 116, "lineage": "00ce796c-b8a6-55e0-cad7-f8f5f39512fc", "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-f4f64fad44ab4c01e", "ami": "ami-921084f7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-dcbc226a"], "subnet_id": "subnet-58ebc64f", "key_name": "prod-deploy-key" } } ] } ] }