{ "version": 4, "terraform_version": "1.5.6", "serial": 333, "lineage": "c54bd04a-237e-5543-c471-733476477a19", "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-5abb3f28a7d831b81", "ami": "ami-f814e0d3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-dfd63aeb"], "subnet_id": "subnet-c1357572", "key_name": "prod-deploy-key" } } ] } ] }