{ "version": 4, "terraform_version": "1.8.4", "serial": 190, "lineage": "219032d6-3366-7944-3047-caa8f31cad0b", "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-efe40f92376e560cf", "ami": "ami-bd4f1c5c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a4743566"], "subnet_id": "subnet-fb72ea41", "key_name": "prod-deploy-key" } } ] } ] }