{ "version": 4, "terraform_version": "1.6.7", "serial": 532, "lineage": "f4da5c58-2b06-ee83-6cbf-e1cd1e0a20a3", "outputs": { "db_endpoint": { "value": "db-4.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-f3f114bdca3d03e86", "ami": "ami-42db7dc8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3c032702"], "subnet_id": "subnet-cbfcff77", "key_name": "prod-deploy-key" } } ] } ] }