{ "version": 4, "terraform_version": "1.7.8", "serial": 243, "lineage": "e6c5634c-3563-c6f0-f04d-bd1912bf97b5", "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-986918edc9cad2958", "ami": "ami-8f320ecf", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2f4c88e2"], "subnet_id": "subnet-548bc3ae", "key_name": "prod-deploy-key" } } ] } ] }