{ "version": 4, "terraform_version": "1.7.5", "serial": 246, "lineage": "765fde57-c02b-25a3-7aee-041b9e77a1aa", "outputs": { "db_endpoint": { "value": "db-3.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-4b260078eff97870a", "ami": "ami-c9403f70", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9e441186"], "subnet_id": "subnet-1eadd6fd", "key_name": "prod-deploy-key" } } ] } ] }