{ "version": 4, "terraform_version": "1.5.9", "serial": 354, "lineage": "8f95037d-9b0d-8f66-c570-464bd03ac96d", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-908f5fd6436572acb", "ami": "ami-09068d49", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-91418466"], "subnet_id": "subnet-ea6765f6", "key_name": "prod-deploy-key" } } ] } ] }